Always use #ifdef for G_ENABLE_DEBUG
authorTimm Bäder <mail@baedert.org>
Sat, 21 Apr 2018 17:18:20 +0000 (19:18 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 21 Apr 2018 17:18:20 +0000 (19:18 +0200)
commit5b453ecd19081d82d3d3db2cf12c5f92eaecf41e
tree65a88b57ef94a36ca8789d74bb9c6b084638dcdb
parent9b8ff8d6c365bbba2f1274e9f5f0fd30d77a7b7d
Always use #ifdef for G_ENABLE_DEBUG

Release builds don't define it to 0, they just don't define it. Avoid
the compilation warning we get otherwise.
gdk/x11/gdkdevice-xi2.c
gtk/gtkbuilder.c